Class ServiceRequest
java.lang.Object
com.sath.idhub.generated.types.ServiceRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionServiceRequest(String IDM, org.bson.types.ObjectId _etag, org.bson.types.ObjectId _id, String approvalWorkflowDisplayName, String approvalWorkflowName, String archiveId, String collection, String createdBy, String createdByDisplayName, String createdByEmail, String createdOn, String customForm, Boolean _default, String description, Boolean disabled, String displayName, Boolean editable, Boolean isAutomation, Boolean isRequestable, String logoURL, String name, org.bson.Document raw, String requestFormId, String requestType, String searchTags, String updatedOn, Map<String, Object> workflowAttributes, String workflowRequestFormId) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.bson.types.ObjectIdget_etag()org.bson.types.ObjectIdget_id()getIDM()getName()org.bson.DocumentgetRaw()inthashCode()static ServiceRequest.Buildervoidset_etag(org.bson.types.ObjectId _etag) voidset_id(org.bson.types.ObjectId _id) voidsetApprovalWorkflowDisplayName(String approvalWorkflowDisplayName) voidsetApprovalWorkflowName(String approvalWorkflowName) voidsetArchiveId(String archiveId) voidsetCollection(String collection) voidsetCreatedBy(String createdBy) voidsetCreatedByDisplayName(String createdByDisplayName) voidsetCreatedByEmail(String createdByEmail) voidsetCreatedOn(String createdOn) voidsetCustomForm(String customForm) voidsetDefault(Boolean _default) voidsetDescription(String description) voidsetDisabled(Boolean disabled) voidsetDisplayName(String displayName) voidsetEditable(Boolean editable) voidvoidsetIsAutomation(Boolean isAutomation) voidsetIsRequestable(Boolean isRequestable) voidsetLogoURL(String logoURL) voidvoidsetRaw(org.bson.Document raw) voidsetRequestFormId(String requestFormId) voidsetRequestType(String requestType) voidsetSearchTags(String searchTags) voidsetUpdatedOn(String updatedOn) voidsetWorkflowAttributes(Map<String, Object> workflowAttributes) voidsetWorkflowRequestFormId(String workflowRequestFormId) toString()
-
Constructor Details
-
ServiceRequest
public ServiceRequest() -
ServiceRequest
public ServiceRequest(String IDM, org.bson.types.ObjectId _etag, org.bson.types.ObjectId _id, String approvalWorkflowDisplayName, String approvalWorkflowName, String archiveId, String collection, String createdBy, String createdByDisplayName, String createdByEmail, String createdOn, String customForm, Boolean _default, String description, Boolean disabled, String displayName, Boolean editable, Boolean isAutomation, Boolean isRequestable, String logoURL, String name, org.bson.Document raw, String requestFormId, String requestType, String searchTags, String updatedOn, Map<String, Object> workflowAttributes, String workflowRequestFormId)
-
-
Method Details
-
getIDM
-
setIDM
-
get_etag
public org.bson.types.ObjectId get_etag() -
set_etag
public void set_etag(org.bson.types.ObjectId _etag) -
get_id
public org.bson.types.ObjectId get_id() -
set_id
public void set_id(org.bson.types.ObjectId _id) -
getApprovalWorkflowDisplayName
-
setApprovalWorkflowDisplayName
-
getApprovalWorkflowName
-
setApprovalWorkflowName
-
getArchiveId
-
setArchiveId
-
getCollection
-
setCollection
-
getCreatedBy
-
setCreatedBy
-
getCreatedByDisplayName
-
setCreatedByDisplayName
-
getCreatedByEmail
-
setCreatedByEmail
-
getCreatedOn
-
setCreatedOn
-
getCustomForm
-
setCustomForm
-
getDefault
-
setDefault
-
getDescription
-
setDescription
-
getDisabled
-
setDisabled
-
getDisplayName
-
setDisplayName
-
getEditable
-
setEditable
-
getIsAutomation
-
setIsAutomation
-
getIsRequestable
-
setIsRequestable
-
getLogoURL
-
setLogoURL
-
getName
-
setName
-
getRaw
public org.bson.Document getRaw() -
setRaw
public void setRaw(org.bson.Document raw) -
getRequestFormId
-
setRequestFormId
-
getRequestType
-
setRequestType
-
getSearchTags
-
setSearchTags
-
getUpdatedOn
-
setUpdatedOn
-
getWorkflowAttributes
-
setWorkflowAttributes
-
getWorkflowRequestFormId
-
setWorkflowRequestFormId
-
toString
-
equals
-
hashCode
-
newBuilder
-