Uses of Enum
com.okta.sdk.resource.model.OrgContactType
Packages that use OrgContactType
-
Uses of OrgContactType in com.okta.sdk.resource.model
Fields in com.okta.sdk.resource.model declared as OrgContactTypeMethods in com.okta.sdk.resource.model that return OrgContactTypeModifier and TypeMethodDescriptionstatic OrgContactTypeOrgBillingContactType.getContactType()Get contactTypeOrgContactTypeObj.getContactType()Get contactTypeOrgTechnicalContactType.getContactType()Get contactTypestatic OrgContactTypeReturns the enum constant of this type with the specified name.static OrgContactType[]OrgContactType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type OrgContactTypeModifier and TypeMethodDescriptionOrgBillingContactType.contactType(OrgContactType contactType) OrgContactTypeObj.contactType(OrgContactType contactType) OrgTechnicalContactType.contactType(OrgContactType contactType) voidOrgBillingContactType.setContactType(OrgContactType contactType) voidOrgContactTypeObj.setContactType(OrgContactType contactType) voidOrgTechnicalContactType.setContactType(OrgContactType contactType)