Uses of Enum Class
io.resys.hdes.client.api.programs.ProgramEnvir.ProgramStatus
Packages that use ProgramEnvir.ProgramStatus
-
Uses of ProgramEnvir.ProgramStatus in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return ProgramEnvir.ProgramStatusModifier and TypeMethodDescriptionHdesComposer.ComposerEntity.getStatus()ImmutableComposerEntity.getStatus()Methods in io.resys.hdes.client.api with parameters of type ProgramEnvir.ProgramStatusModifier and TypeMethodDescriptionfinal ImmutableComposerEntity.Builder<A>ImmutableComposerEntity.Builder.status(ProgramEnvir.ProgramStatus status) Initializes the value for thestatusattribute.final ImmutableComposerEntity<A>ImmutableComposerEntity.withStatus(ProgramEnvir.ProgramStatus value) Copy the current immutable object by setting a value for thestatusattribute. -
Uses of ProgramEnvir.ProgramStatus in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ProgramEnvir.ProgramStatusModifier and TypeMethodDescriptionImmutableProgramAssociation.getRefStatus()ProgramEnvir.ProgramAssociation.getRefStatus()ImmutableProgramWrapper.getStatus()ProgramEnvir.ProgramWrapper.getStatus()static ProgramEnvir.ProgramStatusReturns the enum constant of this class with the specified name.static ProgramEnvir.ProgramStatus[]ProgramEnvir.ProgramStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.resys.hdes.client.api.programs with parameters of type ProgramEnvir.ProgramStatusModifier and TypeMethodDescriptionImmutableProgramAssociation.Builder.refStatus(ProgramEnvir.ProgramStatus refStatus) Initializes the value for therefStatusattribute.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.status(ProgramEnvir.ProgramStatus status) Initializes the value for thestatusattribute.ImmutableProgramAssociation.withRefStatus(ProgramEnvir.ProgramStatus value) Copy the current immutable object by setting a value for therefStatusattribute.final ImmutableProgramWrapper<A,P> ImmutableProgramWrapper.withStatus(ProgramEnvir.ProgramStatus value) Copy the current immutable object by setting a value for thestatusattribute.