Package io.dialob.client.api
Interface DialobClient.ProgramEnvirValue<T extends DialobDocument>
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
DialobClient.ProgramWrapper,DialobClient.ReleaseWrapper,DialobClient.RevisionWrapper
- All Known Implementing Classes:
ImmutableProgramWrapper,ImmutableReleaseWrapper,ImmutableRevisionWrapper
- Enclosing interface:
- DialobClient
public static interface DialobClient.ProgramEnvirValue<T extends DialobDocument> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetDocument()DialobStore.StoreEntitygetSource()
-
-
-
Method Detail
-
getSource
DialobStore.StoreEntity getSource()
-
getDocument
T getDocument()
-
-