Uses of Class
org.hyperledger.acy_py.generated.model.GetNymRoleResponse.RoleEnum
-
Packages that use GetNymRoleResponse.RoleEnum Package Description org.hyperledger.acy_py.generated.model -
-
Uses of GetNymRoleResponse.RoleEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return GetNymRoleResponse.RoleEnum Modifier and Type Method Description static GetNymRoleResponse.RoleEnumGetNymRoleResponse.RoleEnum. fromValue(String value)GetNymRoleResponse.RoleEnumGetNymRoleResponse. getRole()GetNymRoleResponse.RoleEnumGetNymRoleResponse.RoleEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static GetNymRoleResponse.RoleEnumGetNymRoleResponse.RoleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GetNymRoleResponse.RoleEnum[]GetNymRoleResponse.RoleEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.acy_py.generated.model with parameters of type GetNymRoleResponse.RoleEnum Modifier and Type Method Description GetNymRoleResponse.GetNymRoleResponseBuilderGetNymRoleResponse.GetNymRoleResponseBuilder. role(GetNymRoleResponse.RoleEnum role)voidGetNymRoleResponse. setRole(GetNymRoleResponse.RoleEnum role)voidGetNymRoleResponse.RoleEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, GetNymRoleResponse.RoleEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type GetNymRoleResponse.RoleEnum Constructor Description GetNymRoleResponse(GetNymRoleResponse.RoleEnum role)
-